ArcFM Responder Mobile Developer Guide
GetOriginalValue<TV> Method






Syntax
'Declaration
 
Public Function GetOriginalValue(Of TV)( _
   ByVal property As System.Func(Of T,TV) _
) As TV
'Usage
 
Dim instance As ResponderObjectBaseGeneric(Of T)
Dim property As System.Func(Of T,TV)
Dim value As TV
 
value = instance.GetOriginalValue(Of TV)(property)
public TV GetOriginalValue<TV>( 
   System.Func<T,TV> property
)
public function GetOriginalValue( 
    property: System.Func
): TV; 
public function GetOriginalValue( 
   property : System.Func
) : TV;
public: TV* GetOriginalValue<TV>( 
   System.Func<T*,TV*>* property
) 
public:
TV^ GetOriginalValuegeneric<typename TV>
( 
   System.Func<T^,TV^>^ property
) 

Parameters

property

Type Parameters

TV
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ResponderObjectBaseGeneric<T> Class
ResponderObjectBaseGeneric<T> Members

Send Feedback